home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-12-24 | 1.2 KB | 35 lines | [TEXT/KAHL] |
- /* FillComment 2.0 FKEY
- *
- * FillComment 2.0 is an FKEY for use with the THINK C 5.0.3 or later editor.
- * It takes a standard C style comment and formats the comment text. The text
- * is wrapped when so that no characters are past the 79th column.
- *
- * To use simply install the FKEY directly in THINK C. Then when in the enditor
- * move the cursor into or next to a comment. Activate the FKEY and the comment
- * will be formatted. Note that the current saved tab setting for a file will
- * be used for adjusting the indentation of a comment if needed.
- *
- * A special feature is for stopping formatting on a sinlge line is to begin
- * the line with a period. This is useful when lines putting diagrams in
- * comments as follows.
- * . A box looks like this. _____
- * . | |
- * . |_____|
- */
- /* Comments can also be indented. The formatted comment
- * will be aligned with the start of the comment.
- */
- /* Words or numbers
- * too long for
- * single line, like
- * (3.141592653589793
- * 23) are broken
- * when they exceed
- * the 79th column.
- */
- /* Try formatting the next comment.
- */
-
- /* © */
-
-